POV-Ray : Newsgroups : povray.beta-test : Dark pigments and radiosity produce (too much) ambient light : Re: Dark pigments and radiosity produce (too much) ambient light Server Time
29 Jul 2024 14:24:47 EDT (-0400)
  Re: Dark pigments and radiosity produce (too much) ambient light  
From: jmvdvalk
Date: 2 May 2002 10:41:36
Message: <3cd15020@news.povray.org>
Kari Kivisalo heeft geschreven in bericht <3CD143B6.92ED1DAD@luxlab.com>...
>This works as expected when ambient is set to 0 or 1.
>The error is seen with non-zero diffuse (1). This
>happens in MP0.7 too.

It happens with zero diffuse as well. In that case it just spans the whole
fade.

xxxxxxxxxxxxxxxxxxxxxxxxx
global_settings {
  assumed_gamma .5
  radiosity { }
  ambient_light 0
}

camera { location -z look_at z }

box {
  <-.5, 0, 0> <.5, .1, .001>
  pigment {
    gradient x
    color_map {
      [0, rgb 0 ]
      [1, rgb <0, .1, 0> ]
    }
    translate -.5*x
  }
  finish { diffuse 0 }
}

xxxxxxxxxxxxxxxxxxxxxxxxxx
Jan Maarten


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.